home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000912_F.E.Burstall@maths.bath.ac.uk_Thu Sep 8 02:20:09 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from tamarin.bath.ac.uk by cs.umb.edu with SMTP id AA13075
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Thu, 8 Sep 1994 02:20:09 -0400
  3. Received: from goshawk1.maths.bath.ac.uk by tamarin.bath.ac.uk with SMTP (PP) 
  4.           id <22910-0@tamarin.bath.ac.uk>; Wed, 7 Sep 1994 13:25:20 +0100
  5. Date: Wed Sep 7 13:25:12 1994
  6. From: F.E.Burstall@maths.bath.ac.uk
  7. To: tex-k@cs.umb.edu
  8. Subject: Very minor buglet in Makefile for web2c-6.1
  9. Message-Id: <9409071325.aa27992@goshawk.maths.Bath.AC.UK>
  10.  
  11.  
  12. In the top-level makefile for web2c-6.1 we are asked to declare
  13. psmacrodir.
  14.  
  15. However, this will be ignored because when the installation dirs are
  16. propagated to the src dirs via makeargs we find:
  17.  
  18. # It's too bad we have to pass all these down, but I see no alternative,
  19. # if we are to propagate changes at the top level.
  20. makeargs = $(MFLAGS) CFLAGS='$(CFLAGS)' SHELL='$(SHELL)' \
  21.   prefix=$(prefix) exec_prefix=$(exec_prefix) \
  22.   bindir=$(bindir) scriptdir=$(scriptdir) libdir=$(libdir) \
  23.   datadir=$(datadir) infodir=$(infodir) includedir=$(includedir) \
  24.   manext=$(manext) mandir=$(mandir) \
  25.   texmf_prefix=$(texmf_prefix) \
  26.   texinputdir=$(texinputdir) mfinputdir=$(mfinputdir) \
  27.   fontdir=$(fontdir) \
  28.   fmtdir=$(fmtdir) basedir=$(basedir) \
  29.   texpooldir=$(texpooldir)   mfpooldir=$(mfpooldir) \
  30.   psfontdir=$(psfontdir) \
  31.   dvips_prefix=$(dvips_prefix) configdir=$(configdir) \
  32.   headerdir=$(headerdir) psmacrodir=$(texinputdir)/dvips \
  33.   default_texsizes='$(default_texsizes)' \
  34.   $(MAKEARGS)
  35.  
  36. Note the entry 
  37.  
  38. psmacrodir=$(texinputdir)/dvips
  39.  
  40. Shouldn't that be 
  41.  
  42. psmacrodir=$(psmacrodir)
  43.  
  44. ??
  45.  
  46. I know this is no big deal but thought you should know...
  47.  
  48. --Fran Burstall
  49.